home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 2001 October
/
macformat-108.iso
/
Shareware
/
Math scientific
/
PsyScript
/
scripts
/
Tools
/
show locations
/
show locations.rsrc
/
TEXT_2000_Source Text.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-04-25
|
325 b
|
10 lines
tell application "PsyScript"
activate
begin experiment
repeat with n from 1 to 100
set theContents to contents of position n
do trial "'pos# ?3'(?1 ?2) !t(0)" given theContents & n --should be able to use whose and index field
end repeat
do trial "'These are the defined positions'(100 200)"
end experiment
end tell